home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / AlexNeXTSTEPSource / Source / Chapter8_Prefs / Money / SwitchView.h < prev    next >
Text File  |  1995-06-12  |  151b  |  13 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface SwitchView:View
  4.  
  5. {
  6.     id accessoryView;
  7. }
  8.  
  9. - switchToView:newView;
  10. - drawSelf:(NXRect *)rects :(int)rectCount;
  11.  
  12. @end
  13.